library(gapminder)
## Warning: package 'gapminder' was built under R version 3.5.3
Gapminder is an independent Swedish foundation with no political, religious or economic affiliations. Gapminder is a fact tank, not a think tank. Gapminder fights devastating misconceptions about global development. Gapminder produces free teaching resources making the world understandable based on reliable statistics. Gapminder promotes a fact-based worldview everyone can understand. Gapminder collaborates with universities, UN, public agencies and non-governmental organizations. All Gapminder activities are governed by the board. We do not award grants. Gapminder Foundation is registered at Stockholm County Administration Board. Our constitution can be found here.
Instead of wasting our time blaming the media or condemning the human brain, we develop free teaching material to dismantle misconceptions and promote a fact-based worldview.
Gapminder measures ignorance about the world
We identify the most ignored global facts by comparing what people think against the official statistics. We run public polls and we ask knowledge questions to live audiences from stage.
Gapminder makes global data easy to use and understand
We develop data visualization tools to let people explore the vast treasure of global statistics. Since many people hate statistics, we use photos as data to give the numbers meaning. We have sent photographers to 240 homes across the world to show how people really live. That’s what we call a fact-based worldview.
Gapminder provides courses and certificates
We also develop teaching materials and knowledge certificates. With our teacher certificate we want to create a global network of trusted Gapminder teachers who can represent us locally.
Gapminder promotes Factfulness, a new way of thinking
We promote a new way of thinking about the world and the society which we call Factfulness. It is the relaxing habit of carrying opinions that are based on solid facts.
Gapminder collaborates with educators across the world
Subscribe to our Newsletter and we’ll let you know how you can participate.
To install gapminder, first you need to install these packages:
install.packages(c("ggplot2", "dplyr"))
Next, you need to install gapminder:
install.packages("gapminder")
Alternatively, if you use GitHub you can use this:
devtools::install_github("jennybc/gapminder")
Then, load using the library function:
library("gapminder")
library("ggplot2")
library("dplyr")
You are ready to use gapminder!
print("hello")
## [1] "hello"